home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / styles / ISimpleStyleClient.as < prev    next >
Text File  |  2009-02-12  |  257b  |  14 lines

  1. package mx.styles
  2. {
  3.    public interface ISimpleStyleClient
  4.    {
  5.        
  6.       
  7.       function set styleName(param1:Object) : void;
  8.       
  9.       function styleChanged(param1:String) : void;
  10.       
  11.       function get styleName() : Object;
  12.    }
  13. }
  14.